home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TLOADFILTERSDLG / TLOADFILTERSDLG.txt
Text File  |  1997-05-14  |  2KB  |  96 lines

  1. object LoadFiltersDlg: TLoadFiltersDlg
  2.   Left = 51
  3.   Top = 116
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Load Filter Template'
  7.   ClientHeight = 179
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 95
  21.     Height = 13
  22.     Caption = 'Filter Templates:'
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 300
  26.     Top = 8
  27.     Width = 77
  28.     Height = 27
  29.     Caption = '&OK'
  30.     TabOrder = 0
  31.     OnClick = OKBtnClick
  32.     Kind = bkOK
  33.     Margin = 2
  34.     Spacing = -1
  35.     IsControl = True
  36.   end
  37.   object CancelBtn: TBitBtn
  38.     Left = 300
  39.     Top = 40
  40.     Width = 77
  41.     Height = 27
  42.     Caption = '&Cancel'
  43.     TabOrder = 1
  44.     Kind = bkCancel
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object HelpBtn: TBitBtn
  50.     Left = 300
  51.     Top = 72
  52.     Width = 77
  53.     Height = 27
  54.     TabOrder = 2
  55.     Kind = bkHelp
  56.     Margin = 2
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object ListBox1: TListBox
  61.     Left = 16
  62.     Top = 24
  63.     Width = 257
  64.     Height = 145
  65.     ItemHeight = 13
  66.     TabOrder = 3
  67.   end
  68.   object BitBtn1: TBitBtn
  69.     Left = 300
  70.     Top = 136
  71.     Width = 77
  72.     Height = 27
  73.     Caption = '&Delete'
  74.     Default = True
  75.     TabOrder = 4
  76.     OnClick = BitBtn1Click
  77.     Glyph.Data = {
  78.       78010000424D7801000000000000760000002800000020000000100000000100
  79.       04000000000000000000120B0000120B00000000000000000000000000000000
  80.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  81.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  82.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  83.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  84.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  85.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  86.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  87.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  88.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  89.       3333333337FFF7F33333333330000033333333333777773333330000}
  90.     Margin = 2
  91.     NumGlyphs = 2
  92.     Spacing = -1
  93.     IsControl = True
  94.   end
  95. end
  96.